home *** CD-ROM | disk | FTP | other *** search
- This is a simple implementation of an interval
- arithmetic package I wrote while trying to learn C++.
- The accuracy is dubious (since proper attention has not
- been paid to rounding) and there is no attempt to recover
- from errors. The result is not too robust, but fun, useful
- and (in my case), instructive.
- Be sure to modify the makefile to use your c++ compiler.
- You may also need to change the pathnames of include files
- (e.g., <CC/stdio.h>) in interval.c and Tinterval.c for your
- system.
-